home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / nShell / bin / notify / notify.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  470 b   |  27 lines

  1.  
  2. NAME
  3.  
  4. notify - pop an informational dialog
  5.  
  6. SYNOPSIS
  7.  
  8. notify [-s | -m | -l] [strings...]
  9.  
  10. DESCRIPTION
  11.  
  12. The "notify" command displays a dialog and waits for the user to press an acknowledgement button.  
  13.  
  14. The string parameters are concatenated within the dialog and are limited to a total of 255 characters.  If no strings are given on the command line, standard input is used.
  15.  
  16. RETURN CODES
  17.  
  18. <0    Error
  19. 0    Success
  20.  
  21. SEE ALSO
  22.  
  23. ask
  24.  
  25. BUGS
  26.  
  27. Strings may overrun the dialog size.